Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

manifest: sdk-zephyr: [nrf fromlist] modules: hal_nordic: NRFS support for P11 power switch. #18422

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

NordicBuilder
Copy link
Contributor

Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#2208

@NordicBuilder NordicBuilder requested a review from a team as a code owner October 31, 2024 09:44
@github-actions github-actions bot added manifest changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Oct 31, 2024
@NordicBuilder
Copy link
Contributor Author

The following west manifest projects have been modified in this Pull Request:

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@a735c24 nrfconnect/sdk-zephyr#2208 nrfconnect/sdk-zephyr#2208/files

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Oct 31, 2024

CI Information

To view the history of this post, clich the 'edited' button above
Build number: 17

Inputs:

Sources:

sdk-nrf: PR head: dac4634af2c8834f7bf2259ab0cef6d35be8e379
zephyr: PR head: 1e10b63db8f82a3367f25ca61b693de53d65e1f9

more details

sdk-nrf:

PR head: dac4634af2c8834f7bf2259ab0cef6d35be8e379
merge base: 7226ffa452b578c7849dc1a1e9739a96bd49c9b8
target head (main): db214f44e61658b6200ef766545849256c4cb7dd
Diff

zephyr:

PR head: 1e10b63db8f82a3367f25ca61b693de53d65e1f9
merge base: a735c24d172361298102d4dc29fe22397f99f26a
target head (main): 54adfa782b384701fd8c645e371f339135b4a3a2
Diff

Github labels

Enabled Name Description
ci-disabled Disable the ci execution
ci-all-test Run all of ci, no test spec filtering will be done
ci-force-downstream Force execution of downstream even if twister fails
ci-run-twister Force run twister
ci-run-zephyr-twister Force run zephyr twister
List of changed files detected by CI (420)
west.yml
zephyr
│  ├── Kconfig.zephyr
│  ├── arch
│  │  ├── arm
│  │  │  ├── core
│  │  │  │  ├── cortex_m
│  │  │  │  │  ├── fault.c
│  │  │  │  │  ├── pm_s2ram.S
│  │  │  │  │  │ pm_s2ram.c
│  ├── boards
│  │  ├── arm
│  │  │  ├── v2m_musca_b1
│  │  │  │  │ pinmux.c
│  │  │  ├── v2m_musca_s1
│  │  │  │  │ pinmux.c
│  │  ├── digilent
│  │  │  ├── arty_a7
│  │  │  │  │ board.c
│  │  ├── intel
│  │  │  ├── adsp
│  │  │  │  ├── Kconfig.intel_adsp
│  │  │  │  ├── board.yml
│  │  │  │  ├── intel_adsp_ace30_defconfig
│  │  │  │  ├── intel_adsp_ace30_ptl.yaml
│  │  │  │  │ intel_adsp_ace30_ptl_sim.yaml
│  │  ├── nordic
│  │  │  ├── nrf54l15dk
│  │  │  │  ├── doc
│  │  │  │  │  │ index.rst
│  │  │  ├── nrf9160dk
│  │  │  │  ├── board.c
│  │  │  │  │ nrf52840_reset.c
│  │  │  ├── thingy53
│  │  │  │  │ thingy53_nrf5340_cpunet.dts
│  │  ├── nxp
│  │  │  ├── frdm_mcxa156
│  │  │  │  │ board.c
│  │  │  ├── frdm_mcxn236
│  │  │  │  │ board.c
│  │  │  ├── frdm_mcxn947
│  │  │  │  │ board.c
│  │  ├── silabs
│  │  │  ├── dev_kits
│  │  │  │  ├── sltb004a
│  │  │  │  │  │ board.c
│  ├── doc
│  │  ├── connectivity
│  │  │  ├── bluetooth
│  │  │  │  ├── api
│  │  │  │  │  │ connection_mgmt.rst
│  │  │  │  ├── bluetooth-le-host.rst
│  │  │  │  ├── img
│  │  │  │  │  │ att_timeout.svg
│  │  ├── releases
│  │  │  │ release-notes-4.0.rst
│  │  ├── services
│  │  │  ├── pm
│  │  │  │  ├── device_runtime.rst
│  │  │  │  │ power_domain.rst
│  ├── drivers
│  │  ├── adc
│  │  │  │ adc_gd32.c
│  │  ├── audio
│  │  │  │ dmic_mcux.c
│  │  ├── clock_control
│  │  │  ├── clock_control_gd32.c
│  │  │  ├── clock_control_ifx_cat1.c
│  │  │  ├── clock_control_litex.h
│  │  │  ├── clock_control_max32.c
│  │  │  ├── clock_control_mcux_ccm.c
│  │  │  ├── clock_control_mcux_scg.c
│  │  │  ├── clock_control_mcux_sim.c
│  │  │  ├── clock_control_nrf2_fll16m.c
│  │  │  ├── clock_control_nrf2_lfclk.c
│  │  │  ├── clock_control_renesas_ra.c
│  │  │  ├── clock_control_renesas_ra_cgc.c
│  │  │  ├── clock_control_smartbond.c
│  │  │  │ clock_stm32_ll_wb0.c
│  │  ├── counter
│  │  │  ├── counter_mcux_snvs.c
│  │  │  │ counter_smartbond_timer.c
│  │  ├── dai
│  │  │  ├── intel
│  │  │  │  ├── dmic
│  │  │  │  │  ├── dmic.c
│  │  │  │  │  ├── dmic.h
│  │  │  │  │  │ dmic_nhlt.c
│  │  │  │  ├── ssp
│  │  │  │  │  ├── dai-params-intel-ipc4.h
│  │  │  │  │  ├── ssp.c
│  │  │  │  │  │ ssp.h
│  │  ├── disk
│  │  │  │ sdmmc_stm32.c
│  │  ├── dma
│  │  │  ├── dma_intel_adsp_hda.c
│  │  │  ├── dma_mcux_edma.c
│  │  │  ├── dma_stm32.c
│  │  │  ├── dma_stm32_bdma.c
│  │  │  │ dmamux_stm32.c
│  │  ├── espi
│  │  │  │ espi_mchp_xec_host_v2.c
│  │  ├── ethernet
│  │  │  ├── eth_stm32_hal.c
│  │  │  ├── nxp_enet
│  │  │  │  ├── eth_mcux.c
│  │  │  │  │ eth_nxp_enet.c
│  │  │  ├── phy
│  │  │  │  │ phy_adin2111.c
│  │  ├── flash
│  │  │  ├── soc_flash_lpc.c
│  │  │  ├── soc_flash_mcux.c
│  │  │  │ soc_flash_nrf.c
│  │  ├── gpio
│  │  │  ├── gpio_esp32.c
│  │  │  ├── gpio_gd32.c
│  │  │  ├── gpio_lpc11u6x.c
│  │  │  ├── gpio_mchp_xec.c
│  │  │  ├── gpio_nrfx.c
│  │  │  ├── gpio_nxp_s32.c
│  │  │  ├── gpio_renesas_ra_ioport.c
│  │  │  ├── gpio_sam0.c
│  │  │  ├── gpio_stm32.c
│  │  │  │ gpio_xlnx_axi.c
│  │  ├── i2c
│  │  │  │ i2c_esp32.c
│  │  ├── i2s
│  │  │  │ i2s_litex.c
│  │  ├── interrupt_controller
│  │  │  │ intc_mchp_ecia_xec.c
│  │  ├── led_strip
│  │  │  │ lpd880x.c
│  │  ├── lora
│  │  │  │ shell.c
│  │  ├── memc
│  │  │  │ memc_nxp_s32_qspi.c
│  │  ├── pinctrl
│  │  │  ├── pinctrl_esp32.c
│  │  │  ├── pinctrl_ite_it8xxx2.c
│  │  │  ├── pinctrl_kinetis.c
│  │  │  │ pinctrl_nrf.c
│  │  ├── pwm
│  │  │  │ pwm_nrfx.c
│  │  ├── rtc
│  │  │  │ rtc_smartbond.c
│  │  ├── sensor
│  │  │  ├── bosch
│  │  │  │  ├── bmi08x
│  │  │  │  │  │ bmi08x.h
│  │  │  ├── st
│  │  │  │  ├── stm32_temp
│  │  │  │  │  │ stm32_temp.c
│  │  │  │  ├── stm32_vbat
│  │  │  │  │  │ stm32_vbat.c
│  │  │  │  ├── stm32_vref
│  │  │  │  │  │ stm32_vref.c
│  │  ├── serial
│  │  │  ├── leuart_gecko.c
│  │  │  ├── uart_cmsdk_apb.c
│  │  │  ├── uart_lpc11u6x.c
│  │  │  ├── uart_lpc11u6x.h
│  │  │  ├── uart_miv.c
│  │  │  │ uart_nrfx_uarte.c
│  │  ├── spi
│  │  │  ├── spi_smartbond.c
│  │  │  │ spi_xec_qmspi.c
│  │  ├── timer
│  │  │  ├── mcux_os_timer.c
│  │  │  ├── nrf_grtc_timer.c
│  │  │  │ smartbond_timer.c
│  │  ├── usb
│  │  │  ├── device
│  │  │  │  ├── usb_dc_mcux.c
│  │  │  │  │ usb_dc_nrfx.c
│  │  │  ├── udc
│  │  │  │  │ udc_nrf.c
│  │  ├── watchdog
│  │  │  │ wdt_esp32.c
│  │  ├── wifi
│  │  │  ├── nrfwifi
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig.nrfwifi
│  │  │  │  ├── inc
│  │  │  │  │  │ wpa_supp_if.h
│  │  │  │  ├── src
│  │  │  │  │  ├── fmac_main.c
│  │  │  │  │  ├── net_if.c
│  │  │  │  │  ├── qspi
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  ├── qspi_if.c
│  │  │  │  │  │  │  │ spi_if.c
│  │  │  │  │  │ wpa_supp_if.c
│  ├── dts
│  │  ├── bindings
│  │  │  ├── base
│  │  │  │  ├── base.yaml
│  │  │  │  │ pm.yaml
│  │  │  ├── power-domain
│  │  │  │  ├── intel,adsp-power-domain.yaml
│  │  │  │  ├── nxp,scu-pd.yaml
│  │  │  │  ├── power-domain-gpio-monitor.yaml
│  │  │  │  ├── power-domain-gpio.yaml
│  │  │  │  │ power-domain.yaml
│  │  │  ├── power
│  │  │  │  │ nordic,nrf-gpd.yaml
│  │  ├── common
│  │  │  ├── nordic
│  │  │  │  │ nrf54h20.dtsi
│  │  ├── xtensa
│  │  │  ├── intel
│  │  │  │  ├── intel_adsp_ace15_mtpm.dtsi
│  │  │  │  ├── intel_adsp_ace20_lnl.dtsi
│  │  │  │  ├── intel_adsp_ace30.dtsi
│  │  │  │  │ intel_adsp_ace30_ptl.dtsi
│  │  │  ├── nxp
│  │  │  │  │ nxp_imx8.dtsi
│  ├── include
│  │  ├── zephyr
│  │  │  ├── arch
│  │  │  │  ├── common
│  │  │  │  │  │ pm_s2ram.h
│  │  │  ├── bluetooth
│  │  │  │  ├── bluetooth.h
│  │  │  │  ├── conn.h
│  │  │  │  │ l2cap.h
│  │  │  ├── device.h
│  │  │  ├── devicetree.h
│  │  │  ├── drivers
│  │  │  │  ├── clock_control
│  │  │  │  │  │ stm32_clock_control.h
│  │  │  │  │ emul.h
│  │  │  ├── dt-bindings
│  │  │  │  ├── pinctrl
│  │  │  │  │  │ nrf-pinctrl.h
│  │  │  │  ├── power
│  │  │  │  │  │ nordic-nrf-gpd.h
│  │  │  ├── linker
│  │  │  │  │ linker-defs.h
│  │  │  ├── net
│  │  │  │  ├── coap.h
│  │  │  │  ├── coap_client.h
│  │  │  │  │ coap_service.h
│  │  │  ├── pm
│  │  │  │  ├── device.h
│  │  │  │  ├── policy.h
│  │  │  │  │ state.h
│  ├── kernel
│  │  ├── init.c
│  │  │ xip.c
│  ├── modules
│  │  ├── hal_nordic
│  │  │  ├── CMakeLists.txt
│  │  │  ├── nrfx
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  │ nrfx_config.h
│  │  ├── hostap
│  │  │  ├── CMakeLists.txt
│  │  │  │ Kconfig
│  ├── samples
│  │  ├── basic
│  │  │  ├── button
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── threads
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  ├── bluetooth
│  │  │  ├── central_otc
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── encrypted_advertising
│  │  │  │  ├── central
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── peripheral
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── iso_receive
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── mesh_provisioner
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── periodic_sync
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── peripheral_hids
│  │  │  │  ├── src
│  │  │  │  │  │ hog.c
│  │  │  ├── peripheral_hr
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  ├── boards
│  │  │  ├── espressif
│  │  │  │  ├── deep_sleep
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── light_sleep
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── nordic
│  │  │  │  ├── battery
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ battery.c
│  │  │  ├── nxp
│  │  │  │  ├── mimxrt1060_evk
│  │  │  │  │  ├── system_off
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  │  ├── st
│  │  │  │  ├── i2c_timing
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── mco
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── power_mgmt
│  │  │  │  │  ├── standby_shutdown
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  │  │  │  ├── wkup_pins
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  ├── drivers
│  │  │  ├── espi
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── i2s
│  │  │  │  ├── echo
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── lora
│  │  │  │  ├── receive
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── send
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  ├── shields
│  │  │  ├── x_nucleo_53l0a1
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  ├── subsys
│  │  │  ├── mgmt
│  │  │  │  ├── mcumgr
│  │  │  │  │  ├── smp_svr
│  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp_ext_flash.overlay
│  │  │  │  │  │  │ sample.yaml
│  │  │  │  ├── osdp
│  │  │  │  │  ├── control_panel
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  │  │  │  ├── peripheral_device
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  │  ├── task_wdt
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  ├── scripts
│  │  ├── checkpatch
│  │  │  │ typedefsfile
│  ├── soc
│  │  ├── arm
│  │  │  ├── beetle
│  │  │  │  │ power.c
│  │  ├── atmel
│  │  │  ├── sam
│  │  │  │  ├── common
│  │  │  │  │  │ soc_power.c
│  │  ├── intel
│  │  │  ├── intel_adsp
│  │  │  │  ├── ace
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── Kconfig.defconfig.ace30
│  │  │  │  │  ├── Kconfig.soc
│  │  │  │  │  ├── include
│  │  │  │  │  │  ├── ace30
│  │  │  │  │  │  │  ├── adsp_boot.h
│  │  │  │  │  │  │  ├── adsp_interrupt.h
│  │  │  │  │  │  │  ├── adsp_ipc_regs.h
│  │  │  │  │  │  │  ├── adsp_power.h
│  │  │  │  │  │  │  ├── adsp_shim.h
│  │  │  │  │  │  │  │ dmic_regs_ace3x.h
│  │  │  │  │  │  │ dmic_regs.h
│  │  │  │  ├── common
│  │  │  │  │  ├── clk.c
│  │  │  │  │  ├── include
│  │  │  │  │  │  │ adsp_clk.h
│  │  │  │  │  │ mem_window.c
│  │  │  │  │ soc.yml
│  │  ├── ite
│  │  │  ├── ec
│  │  │  │  ├── it8xxx2
│  │  │  │  │  │ soc.c
│  │  ├── microchip
│  │  │  ├── mec
│  │  │  │  ├── common
│  │  │  │  │  │ soc_dt.h
│  │  │  │  ├── mec172x
│  │  │  │  │  │ device_power.c
│  │  ├── nordic
│  │  │  ├── Kconfig
│  │  │  ├── common
│  │  │  │  ├── dmm.h
│  │  │  │  ├── nrf54hx_nrf92x_mpu_regions.c
│  │  │  │  │ pinctrl_soc.h
│  │  │  ├── nrf52
│  │  │  │  │ soc.c
│  │  │  ├── nrf53
│  │  │  │  ├── Kconfig
│  │  │  │  │ soc.c
│  │  │  ├── nrf54h
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.defconfig
│  │  │  │  ├── gpd
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── gpd.c
│  │  │  │  │  ├── include
│  │  │  │  │  │  ├── nrf
│  │  │  │  │  │  │  │ gpd.h
│  │  │  │  ├── pm_s2ram.c
│  │  │  │  │ soc.c
│  │  │  ├── nrf54l
│  │  │  │  │ soc.c
│  │  │  ├── nrf92
│  │  │  │  │ soc.c
│  │  │  │ validate_enabled_instances.c
│  │  ├── nxp
│  │  │  ├── imx
│  │  │  │  ├── imx6sx
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ soc.c
│  │  │  │  ├── imx7d
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ soc.c
│  │  │  │  ├── imx8m
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── a53
│  │  │  │  │  │  │ soc.c
│  │  │  │  │  ├── m4_mini
│  │  │  │  │  │  │ soc.c
│  │  │  │  │  ├── m4_quad
│  │  │  │  │  │  │ soc.c
│  │  │  │  │  ├── m7
│  │  │  │  │  │  │ soc.c
│  │  │  ├── imxrt
│  │  │  │  ├── imxrt10xx
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── flexspi.c
│  │  │  │  │  ├── lpm_rt1064.c
│  │  │  │  │  ├── power.c
│  │  │  │  │  │ soc.c
│  │  │  │  ├── imxrt118x
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ soc.c
│  │  │  │  ├── imxrt11xx
│  │  │  │  │  │ soc.c
│  │  │  │  ├── imxrt5xx
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── cm33
│  │  │  │  │  │  ├── power.c
│  │  │  │  │  │  │ soc.c
│  │  │  │  ├── imxrt6xx
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── cm33
│  │  │  │  │  │  ├── soc.c
│  │  │  │  │  │  │ soc.h
│  │  │  ├── kinetis
│  │  │  │  ├── k2x
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ soc.c
│  │  │  │  ├── k6x
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ soc.c
│  │  │  │  ├── k8x
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ soc.c
│  │  │  │  ├── ke1xf
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ soc.c
│  │  │  │  ├── ke1xz
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ soc.c
│  │  │  │  ├── kl2x
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ soc.c
│  │  │  │  ├── kv5x
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ soc.c
│  │  │  │  ├── kwx
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── soc_kw2xd.c
│  │  │  │  │  │ soc_kw4xz.c
│  │  │  ├── lpc
│  │  │  │  ├── lpc51u68
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ soc.c
│  │  │  │  ├── lpc55xxx
│  │  │  │  │  │ soc.c
│  │  │  ├── mcx
│  │  │  │  ├── mcxc
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ soc.c
│  │  │  ├── rw
│  │  │  │  ├── Kconfig
│  │  │  │  ├── power.c
│  │  │  │  │ soc.c
│  │  │  ├── s32
│  │  │  │  ├── s32k1
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ soc.c
│  │  │  │  ├── s32k3
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ soc.c
│  │  │  │  ├── s32ze
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ soc.c
│  │  ├── openisa
│  │  │  ├── rv32m1
│  │  │  │  │ soc.c
│  │  ├── renesas
│  │  │  ├── ra
│  │  │  │  ├── ra4m1
│  │  │  │  │  │ soc.c
│  │  │  ├── smartbond
│  │  │  │  ├── da1469x
│  │  │  │  │  │ power.c
│  │  ├── snps
│  │  │  ├── arc_iot
│  │  │  │  ├── Kconfig
│  │  │  │  │ soc.c
│  │  │  ├── emsk
│  │  │  │  ├── Kconfig
│  │  │  │  │ soc_config.c
│  │  ├── st
│  │  │  ├── stm32
│  │  │  │  ├── stm32h7x
│  │  │  │  │  │ mpu_regions.c
│  │  ├── xlnx
│  │  │  ├── zynq7000
│  │  │  │  ├── xc7zxxx
│  │  │  │  │  │ soc.c
│  │  │  │  ├── xc7zxxxs
│  │  │  │  │  │ soc.c
│  ├── subsys
│  │  ├── bluetooth
│  │  │  ├── controller
│  │  │  │  ├── ll_sw
│  │  │  │  │  ├── nordic
│  │  │  │  │  │  ├── hal
│  │  │  │  │  │  │  ├── nrf5
│  │  │  │  │  │  │  │  ├── radio
│  │  │  │  │  │  │  │  │  │ radio_nrf5_fem.h
│  │  │  ├── host
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.l2cap
│  │  │  │  ├── adv.c
│  │  │  │  ├── att.c
│  │  │  │  ├── att_internal.h
│  │  │  │  ├── buf.c
│  │  │  │  ├── classic
│  │  │  │  │  ├── l2cap_br.c
│  │  │  │  │  ├── rfcomm.c
│  │  │  │  │  │ ssp.c
│  │  │  │  ├── conn.c
│  │  │  │  ├── conn_internal.h
│  │  │  │  ├── l2cap.c
│  │  │  │  │ smp.c
│  │  │  ├── shell
│  │  │  │  │ bt.c
│  │  ├── dfu
│  │  │  ├── boot
│  │  │  │  │ mcuboot_shell.c
│  │  ├── net
│  │  │  ├── lib
│  │  │  │  ├── coap
│  │  │  │  │  ├── coap.c
│  │  │  │  │  │ coap_client.c
│  │  ├── pm
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── policy.c
│  │  │  ├── policy
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── policy_default.c
│  │  │  │  ├── policy_device_lock.c
│  │  │  │  ├── policy_events.c
│  │  │  │  ├── policy_latency.c
│  │  │  │  │ policy_state_lock.c
│  │  ├── tracing
│  │  │  ├── sysview
│  │  │  │  │ sysview_config.c
│  │  ├── usb
│  │  │  ├── device
│  │  │  │  │ usb_device.c
│  ├── tests
│  │  ├── bluetooth
│  │  │  ├── host
│  │  │  │  ├── conn
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── mocks
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── addr_internal.c
│  │  │  │  │  │  ├── addr_internal.h
│  │  │  │  │  │  ├── att_internal.c
│  │  │  │  │  │  ├── att_internal.h
│  │  │  │  │  │  ├── bt_str.c
│  │  │  │  │  │  ├── bt_str.h
│  │  │  │  │  │  ├── buf_view.c
│  │  │  │  │  │  ├── buf_view.h
│  │  │  │  │  │  ├── hci_core.c
│  │  │  │  │  │  ├── hci_core.h
│  │  │  │  │  │  ├── id.c
│  │  │  │  │  │  ├── id.h
│  │  │  │  │  │  ├── kernel.c
│  │  │  │  │  │  ├── kernel.h
│  │  │  │  │  │  ├── l2cap_internal.c
│  │  │  │  │  │  ├── l2cap_internal.h
│  │  │  │  │  │  ├── mock-sections.ld
│  │  │  │  │  │  ├── scan.c
│  │  │  │  │  │  ├── scan.h
│  │  │  │  │  │  ├── smp.c
│  │  │  │  │  │  ├── smp.h
│  │  │  │  │  │  ├── spinlock.c
│  │  │  │  │  │  ├── spinlock.h
│  │  │  │  │  │  ├── sys_clock.c
│  │  │  │  │  │  ├── sys_clock.h
│  │  │  │  │  │  ├── zephyr
│  │  │  │  │  │  │  ├── include
│  │  │  │  │  │  │  │  ├── zephyr
│  │  │  │  │  │  │  │  │  ├── drivers
│  │  │  │  │  │  │  │  │  │  ├── bluetooth
│  │  │  │  │  │  │  │  │  │  │  │ hci_driver.h
│  │  │  │  │  │  │  ├── syscalls
│  │  │  │  │  │  │  │  │ device.h
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── id
│  │  │  │  │  ├── mocks
│  │  │  │  │  │  ├── zephyr
│  │  │  │  │  │  │  ├── linker
│  │  │  │  │  │  │  │  │ linker-defs.h
│  │  │  ├── tester
│  │  │  │  ├── prj.conf
│  │  │  │  ├── src
│  │  │  │  │  │ btp_l2cap.c
│  │  ├── boards
│  │  │  ├── nrf
│  │  │  │  ├── qdec
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_common.dtsi
│  │  │  │  │  │  ├── nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuflpr.overlay
│  │  ├── bsim
│  │  │  ├── bluetooth
│  │  │  │  ├── host
│  │  │  │  │  ├── adv
│  │  │  │  │  │  ├── encrypted
│  │  │  │  │  │  │  ├── ead_sample
│  │  │  │  │  │  │  │  ├── test_scripts
│  │  │  │  │  │  │  │  │  │ ead_sample.sh
│  │  │  │  │  ├── att
│  │  │  │  │  │  ├── compile.sh
│  │  │  │  │  │  ├── eatt
│  │  │  │  │  │  │  ├── tests_scripts
│  │  │  │  │  │  │  │  ├── autoconnect.sh
│  │  │  │  │  │  │  │  ├── collision.sh
│  │  │  │  │  │  │  │  ├── lowres.sh
│  │  │  │  │  │  │  │  ├── multiple_conn.sh
│  │  │  │  │  │  │  │  │ reconfigure.sh
│  │  │  │  │  │  ├── eatt_notif
│  │  │  │  │  │  │  ├── test_scripts
│  │  │  │  │  │  │  │  │ eatt_notif.sh
│  │  │  │  │  │  ├── timeout
│  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  ├── compile.sh
│  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │  ├── test_scripts
│  │  │  │  │  │  │  │  │ run.sh
│  │  │  │  │  ├── gatt
│  │  │  │  │  │  ├── caching
│  │  │  │  │  │  │  ├── test_scripts
│  │  │  │  │  │  │  │  │ _run_test.sh
│  │  │  │  │  │  ├── ccc_store
│  │  │  │  │  │  │  ├── test_scripts
│  │  │  │  │  │  │  │  ├── ccc_store.sh
│  │  │  │  │  │  │  │  │ ccc_store_2.sh
│  │  │  │  │  │  ├── general
│  │  │  │  │  │  │  ├── test_scripts
│  │  │  │  │  │  │  │  │ gatt.sh
│  │  │  │  │  │  ├── notify
│  │  │  │  │  │  │  ├── test_scripts
│  │  │  │  │  │  │  │  │ _run_test.sh
│  │  │  │  │  │  ├── notify_multiple
│  │  │  │  │  │  │  ├── test_scripts
│  │  │  │  │  │  │  │  │ notify.sh
│  │  │  │  │  │  ├── sc_indicate
│  │  │  │  │  │  │  ├── test_scripts
│  │  │  │  │  │  │  │  │ sc_indicate.sh
│  │  │  │  │  ├── security
│  │  │  │  │  │  ├── ccc_update
│  │  │  │  │  │  │  ├── test_scripts
│  │  │  │  │  │  │  │  ├── ccc_update.sh
│  │  │  │  │  │  │  │  │ ccc_update_2.sh
│  │  │  │  │  │  ├── security_changed_callback
│  │  │  │  │  │  │  ├── test_scripts
│  │  │  │  │  │  │  │  │ security_changed_callback.sh
│  │  ├── drivers
│  │  │  ├── adc
│  │  │  │  ├── adc_api
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ test_adc.c
│  │  │  │  ├── adc_error_cases
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ adc_error_cases.c
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── build_all
│  │  │  │  ├── power_domain
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── app.overlay
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── clock_control
│  │  │  │  ├── stm32_clock_configuration
│  │  │  │  │  ├── stm32_common_devices
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  ├── test_stm32_clock_configuration_adc.c
│  │  │  │  │  │  │  ├── test_stm32_clock_configuration_i2c.c
│  │  │  │  │  │  │  ├── test_stm32_clock_configuration_i2s.c
│  │  │  │  │  │  │  │ test_stm32_clock_configuration_lptim.c
│  │  │  │  │  ├── stm32h7_devices
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ test_stm32_clock_configuration.c
│  │  │  ├── counter
│  │  │  │  ├── counter_basic_api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54l15bsim_nrf54l15_cpuapp.overlay
│  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  ├── eeprom
│  │  │  │  ├── api
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── gpio
│  │  │  │  ├── gpio_basic_api
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │ test_gpio.h
│  │  │  │  ├── gpio_reserved_ranges
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── i2c
│  │  │  │  ├── i2c_api
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ test_i2c.c
│  │  │  │  ├── i2c_ram
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ test_i2c_ram.c
│  │  │  │  ├── i2c_tca954x
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── memc
│  │  │  │  ├── ram
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── pwm
│  │  │  │  ├── pwm_api
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ test_pwm.c
│  │  │  ├── smbus
│  │  │  │  ├── smbus_api
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── test_smbus.c
│  │  │  │  │  │  │ test_smbus_qemu.c
│  │  │  ├── spi
│  │  │  │  ├── spi_controller_peripheral
│  │  │  │  │  │ README.txt
│  │  │  ├── watchdog
│  │  │  │  ├── wdt_basic_api
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ test_wdt.c
│  │  │  │  ├── wdt_basic_reset_none
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── wdt_error_cases
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  ├── kernel
│  │  │  ├── device
│  │  │  │  ├── app.overlay
│  │  │  │  ├── boards
│  │  │  │  │  │ hifive_unmatched.overlay
│  │  │  ├── mem_protect
│  │  │  │  ├── sys_sem
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ intel_adsp_ace30.conf
│  │  │  ├── mutex
│  │  │  │  ├── sys_mutex
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ intel_adsp_ace30.conf
│  │  │  ├── queue
│  │  │  │  ├── boards
│  │  │  │  │  │ intel_adsp_ace30.conf
│  │  ├── lib
│  │  │  ├── c_lib
│  │  │  │  ├── thrd
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ intel_adsp_ace30.conf
│  │  │  ├── devicetree
│  │  │  │  ├── api
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  ├── net
│  │  │  ├── lib
│  │  │  │  ├── coap
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── coap_client
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  ├── stubs.c
│  │  │  │  │  │  │ stubs.h
│  │  ├── subsys
│  │  │  ├── pm
│  │  │  │  ├── device_driver_init
│  │  │  │  │  │ app.overlay
│  │  │  │  ├── device_power_domains
│  │  │  │  │  │ app.overlay
│  │  │  │  ├── power_domain
│  │  │  │  │  │ app.overlay
│  │ west.yml

Outputs:

Toolchain

Version:
Build docker image:

Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped; ⚠️ Quarantine

  • ❌ Toolchain
  • ❌ Build twister
  • ❌ Integration tests
Disabled integration tests
    • desktop52_verification
    • doc-internal
    • test_ble_nrf_config
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-ble_samples
    • test-fw-nrfconnect-boot
    • test-fw-nrfconnect-chip
    • test-fw-nrfconnect-fem
    • test-fw-nrfconnect-nfc
    • test-fw-nrfconnect-nrf-iot_cloud
    • test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_lwm2m
    • test-fw-nrfconnect-nrf-iot_mosh
    • test-fw-nrfconnect-nrf-iot_nrf_provisioning
    • test-fw-nrfconnect-nrf-iot_positioning
    • test-fw-nrfconnect-nrf-iot_samples
    • test-fw-nrfconnect-nrf-iot_thingy91
    • test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • test-fw-nrfconnect-nrf_crypto
    • test-fw-nrfconnect-proprietary_esb
    • test-fw-nrfconnect-ps
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-rs
    • test-fw-nrfconnect-tfm
    • test-fw-nrfconnect-thread
    • test-fw-nrfconnect-zigbee
    • test-low-level
    • test-sdk-audio
    • test-sdk-dfu
    • test-sdk-find-my
    • test-sdk-mcuboot
    • test-sdk-pmic-samples
    • test-sdk-sidewalk
    • test-sdk-wifi

Note: This message is automatically posted and updated by the CI

@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2208 branch 13 times, most recently from 89a4453 to 29e89f7 Compare November 7, 2024 09:08
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2208 branch 2 times, most recently from 2d47aa6 to 001529a Compare November 8, 2024 10:59
Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. DNM manifest manifest-zephyr
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant